home *** CD-ROM | disk | FTP | other *** search
/ Micro Dingo 39 / Micro_Dingo_39_CD1.mdx / Delires / Hentai / sim.swf / scripts / DefineButton2_1059 / BUTTONCONDACTION on(release).as
Text File  |  2002-05-21  |  250b  |  15 lines

  1. on(release){
  2.    if(bear >= 1)
  3.    {
  4.       bear -= 1;
  5.       ratio = (0.5 * ch + 0.4 * st + 0.1 * kn) / 100;
  6.       ship = ship + 20 + 35 * ratio;
  7.       mood += 40;
  8.       gotoAndPlay(2296);
  9.    }
  10.    else
  11.    {
  12.       gotoAndStop(2019);
  13.    }
  14. }
  15.